/* .nav#mainNav {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0rem;
    background: rgb(255,255,255,0.9) !important;
    padding-bottom: 1.7rem;
  } */

/* .navbar-dark .navbar-nav .nav-link {
    color: #6c757de0;
    padding-top: 1.4rem;
  } */
a.navbar-brand.js-scroll-trigger {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

h4 {
  text-transform: capitalize;
}

h1.heading {
  color: rgb(0, 117, 193);
}

h3.heading {
  font-weight: 700;
  font-size: 22px;
  /* color: rgb(0, 117, 193); */
}

h3.lon {
  color: hsl(202, 25%, 94%) !important;
}

h3.ttl {
  color: rgb(27, 27, 27);
}

h3.dispaly-4.wwd_tt {
  color: rgb(27, 27, 27);
  /* font-size: 22px; */
}

img.rounded.img-thumbnail {
  width: 220px;
  height: 220px;
  border-radius: 50% !important;
  padding: 0;
  border: 0;
  box-shadow: 0 0 37px -18px black;
}

.img-thumbnail1 {
  width: 150px;
  height: 150px;
  border-radius: 50% !important;
  padding: 0;
  border: 0;
}

img {
  height: 10rem;
  vertical-align: middle;
  box-sizing: border-box;
}

h3 {
  font-size: 20px;
  font-weight: 400;
}

.heading-underline {
  background-color: black;
}

p {
  color: rgba(3, 3, 3, 0.7);
  text-transform: none !important;
  letter-spacing: unset;
  line-height: 1.5;
    /* text-align: center !important; */
  box-sizing: inherit;
  /* font-family: 'Montserrat', arial, sans-serif; */
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

/* li {
    color: rgb(255, 255, 255);
   
  } */
p {
  text-transform: capitalize;
}

input.btn.btn-primary.btn-block.btn-lg {
  background-color: #28a745;
  border-color: #28a745;
}

.heading-underline {
  background-color: green;
}

.row.mt-6.text-center {
  padding-top: 7rem;
}

.fixed-background h3 {
  font-size: 22px;
  font-weight: 700;

}

/* .row.dark.text-center {
  margin-top: 7.3rem;
} */

img.fa-4x {
  height: auto;
  top: 0px;
}

h3.size {
  font-weight: 600;
  font-size: 2rem;
  text-transform: capitalize;

}

.nb-line {
  margin-top: -1rem;
}

.nb-line p {
  line-height: 50%;
  text-transform: none;
  font-weight: 300rem;

}

h3.colar {
  color: white;
}

a.marg {
  margin: 3rem;
  background-color: rgb(22, 19, 221);
  border-color: rgb(22, 19, 221);
  text-transform: capitalize;
  font-weight: 300rem;

}

.img-ab-lst {
  border: none !important;
}

.home-inner {
  /* top: 8rem; */
}

.caption.text-center {
  top: 40%;
}

.about-plus .load-ab {
  font-weight: 100;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(3, 3, 3, 0.7);
}


button.navbar-toggler.navbar-toggler-right {
  color: rgb(3, 3, 3);
}


.k {
  padding-left: 25% !important;

}

/* p {
    margin: 0;
    margin-bottom: -2rem !important;
  }   */



/* pageservices */


.section-title {
  position: relative;
  padding-bottom: 20px;
}

.section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #207561;
  width: 50px;
}

.section-title.text-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title.text-center:after {
  background: #fff;
}

.position-relative {
  position: relative;
}

.service {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  top: 0;
  position: relative;
}

.service:hover {
  -webkit-box-shadow: 0 8px 50px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 50px -5px rgba(0, 0, 0, 0.1);
  top: -2px;
}

.service .service-number {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}

.service .service-number span {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #207561;
  display: inline-block;
  color: #fff;
  text-align: center;
}

.service .service-about *:last-child {
  margin-bottom: 0;
}

.service .service-about h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.photo {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.site-section {
  padding: 2.5em 0;
}

@media (min-width: 768px) {
  .site-section {
    padding: 7em 0;
  }
}

.site-section.site-section-sm {
  padding: 4em 0;
}


/* 
 ======== Srvices pages =================
*/


.services .image-serv {
  position: relative;
  width: 15rem;
  height: 15rem;
  margin: -15px;
  border-radius: 50%;
  overflow: hidden;
}

.services .image-serv img {
  height: 100%;
  width: 100%;
}

.services h3.ttl-ab {
  font-weight: 900;
  text-transform: capitalize;
}




@media (max-width: 600px) {
  .caption.text-center {
    top: 34%;
  }

  .caption h1 {
    /* font-size: 2rem; */
    font-size: 3rem;
    letter-spacing: .2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 360px) {
  .services .container{
    margin: 0px;
    padding: 0px;
  }
}


@media (max-width: 420px) {
  .load.pl-3{
    width: 100%;
    padding-left: 0px;
  }
}


@media (max-width: 330px) {
  .caption.text-center {
    top: 28%;
  }

  
  .caption h1 {
    font-size: 1.4rem;
    letter-spacing: .2rem;
    padding-bottom: 2rem;
  }

  .input-group.dropdown-group.full.expanded {
    display: contents;
  }

  div#room_bedroom,
  div#room_bathroom {
    background: white;
    margin-bottom: 1rem;
  }

  footer {
    font-size: smaller;
    font-weight: 700;
  }

  footer p {
    font-size: inherit;
  }
}


